home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
BUSINESS
/
PCSHIFT.LZH
/
1.BAT
next >
Wrap
DOS Batch File
|
1988-09-11
|
758b
|
27 lines
echo off
cls
echo You should have the PCSHIFT disk in drive A:
echo and your new working disk in drive b:
echo -------------------------------------------------------------
echo -
echo -
echo If your disks are not in the correct drives, change them now.
echo -------------------------------------------------------------
echo -
pause
verify on
echo on
copy PCSHIFT.exe b:
copy ESJOBS.DBF b:
echo OFF
echo -
echo -------------------------------------------------------------
echo The messages above should list two files transferred.
echo -
echo There should be no error messages.
echo If there are, the install may have been unsuccessful.
echo -------------------------------------------------------------
pause
menu